ResourceDownloadFile Method (String, Stream) |
Downloads data from a resource with the specified URI (address) to a stream.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic FileDownload DownloadFile(
string address,
Stream output
)
Public Function DownloadFile (
address As String,
output As Stream
) As FileDownload
Parameters
- address
- Type: SystemString
The URI that identifies the resource. - output
- Type: System.IOStream
The output stream to receive the data.
Return Value
Type:
FileDownload
See Also